From: Ceph Packaging Team Date: Mon, 22 Sep 2025 20:55:44 +0000 (+0200) Subject: fix-bash-completion-location X-Git-Tag: archive/raspbian/14.2.21-1+rpi1+deb11u2^2^2~16 X-Git-Url: https://dgit.raspbian.org/%22http://www.example.com/cgi/%22/%22http:/www.example.com/cgi/%22?a=commitdiff_plain;h=cf0652cd4f92f1d3d1f7b79898afe5cad5a72c32;p=ceph.git fix-bash-completion-location Gbp-Pq: Name fix-bash-completion-location --- diff --git a/src/bash_completion/CMakeLists.txt b/src/bash_completion/CMakeLists.txt index 8d834774d..d963cc9ec 100644 --- a/src/bash_completion/CMakeLists.txt +++ b/src/bash_completion/CMakeLists.txt @@ -11,5 +11,5 @@ if(WITH_RADOSGW) endif() install(FILES ${completions} - DESTINATION ${CMAKE_INSTALL_SYSCONFDIR}/bash_completion.d) + DESTINATION /usr/share/bash-completion/completions)